

/*  首页：产品系列  */
.out_div .content_home_1{
    width: 100%;
    padding-top: 17px;
    padding-bottom: 25px;
}

.content_home_1 .product_box{
    width: 100%;
    text-align: center;
}

.content_home_1 .product_box .pro_line{
    margin-top: 10px;
}

.content_home_1 .product_box .pro_line li{
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    color:#898989;
    font-size: 16px;
    cursor: pointer;
}

.content_home_1 .product_box .pro_line li.select{
    color:#ff7437;
}

.content_home_1 .product_box .pro_box{
    width: 100%;
    margin-top: 40px;
}

.content_home_1 .product_box .pro_box .box{
    width: 100%;
    text-align: center;
    display: none;
}

.content_home_1 .product_box .pro_box .box.select{
    display: block;
}

.content_home_1 .product_box .pro_box .box li{
    width: 300px;
    display: inline-block;
    width: 315px;
	margin: 0 15px;
}

.content_home_1 .product_box .pro_box .box li .img_out{
    width: 315px;
    height: 245px;
    overflow: hidden;
    display: table;
}

.content_home_1 .product_box .pro_box .box li .img_out .img_in {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.content_home_1 .product_box .pro_box .box li .msg{
    float: left;
    margin-left: 48px;
    text-align:left;
    color: #898989;
}

.content_home_1 .product_box .pro_box .box li .msg .top{
    line-height: 25px;
}

.content_home_1 .product_box .pro_box .box li .msg .key{
    float: left;
}

.content_home_1 .product_box .pro_box .box li .msg .value{
    float: left;
    width: 190px;
}

/*  首页：宣传图片(永远的承诺)  */
.content_home_2{
    width: 100%;
    height: 498px;
    padding-top: 7px;
    padding-bottom: 33px;
    background: url(../../images/img_11.jpg) no-repeat center center;
    position: relative;
}

.content_home_2 .img{
    position: absolute;
    top: 121px;
    left: 52%;
    width: 511px;
    height: 310px;
    background: url(../../images/img_37.png) no-repeat;
    z-index: 10;
}


/*  首页：资质荣誉  */
.content_home_3{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 13px;
}


/*  首页：产品中心--滚动栏目  */
.content_home_3 .middle{
    width:100%;
	margin-top:11px;
	margin-bottom:5px;
	position: relative;
}

.content_home_3 .middle .left_arrows{
	position: absolute;
	left: -24px;
	top: 69px;
	width: 24px;
	height: 48px;
	background:url(../../images/img_12.png) no-repeat center center;
	cursor: pointer;
}

.content_home_3 .middle .right_arrows{
	position: absolute;
	right: -23px;
	top: 69px;
	width: 23px;
	height: 49px;
	background:url(../../images/img_13.png) no-repeat center center;
	cursor: pointer;
}

.content_home_3 .middle .box{
	width:1160px;
	height:246px;
	margin: 0 auto;
	overflow: hidden;
}

.content_home_3 .middle .box ul {
    position: relative;
    overflow: hidden;
}

.content_home_3 .middle li{
	float:left;
	margin-right:28px;
}

.content_home_3 .middle li.no_margin_right{
	margin-right:0;
}

/*  w:195px  h:118px ---- 167px 198px  */
.content_home_3 .middle li .out_img{
	width:264px;
	height:200px;
	padding:3px;
    overflow: hidden;
    background: url(../../images/img_15.png) no-repeat center center;
}

.content_home_3 .middle li .in_img{
	width:100%;
	height:100%;
    display: table;
}

.content_home_3 .middle li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.content_home_3 .middle li .img a{
    display: block;
}

.content_home_3 .middle li .img img{
    display: block;
    margin:0 auto;
}

.content_home_3 .middle li .title{
	width:264px;
	height:40px;
	line-height:40px;
    text-align:center;
	overflow:hidden;
}

.content_home_3 .middle li .title a{
	font-size:14px;
	color:#6c6c6c;
}

.content_home_3 .middle li .title a:hover{
    text-decoration: none;
    color:#ff0000;
}

/*  首页：关于我们  */
.content_home_4{
    width: 100%;
    height: 471px;
    /*padding-top: 74px;*/
    padding-top: 35px;
    padding-bottom: 0px;
    background: url(../../images/img_17.jpg) no-repeat center center;
    position: relative;
}

.content_home_4 .middle{
    margin-top: 8px;
}

.content_home_4 .middle a{
    text-decoration: none;
}

.content_home_4 .middle .text{
    width: 1070px;
    line-height:23px;
    color:#ffffff;
    margin: 0 auto;
}

.content_home_4 .middle .more{
    width: 125px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    margin-top: 12px;
    border: 1px solid #FB7236;
    text-align: center;
}

.content_home_4 .middle .more .img{
    display: inline-block;
    width: 16px;
    height: 13px;
    background: url(../../images/img_16.png) no-repeat;
}

.content_home_4 .middle .more .txt{
    display: inline-block;
    font-size: 16px;
    color: #ff7437;
}

.content_home_4 .more_imgs{
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: -97px;
    width: 1200px;
    height: 224px;
    text-align: center;
}

.content_home_4 .more_imgs img{
    width: 362px;
    height: 224px;
    display: inline-block;
    padding-left: 17px;
    padding-right: 17px;
}


/*  首页：新闻动态和企业文化  */
.content_home_5{
    width: 100%;
    padding-top: 145px;
    padding-bottom: 0;
}

.content_home_5 .news_box{
    width: 570px;
}

.content_home_5 .news_box .line{
    height: 40px;
    line-height: 40px;
    background-color: #fcfcfc;
}

.content_home_5 .news_box .line .left_site{
    width: 133px;
    height: 40px;
    background: url(../../images/img_18.png) no-repeat;
    float: left;
}

.content_home_5 .news_box .line .left_site .txt{
    margin-left: 18px;
    color: #ffffff;
    font-size: 18px;
}

.content_home_5 .news_box .line .left_site .txt:hover{
    color:#666666;
}

.content_home_5 .news_box .line .right_site{
    float: right;
    margin-right: 10px;
}

.content_home_5 .news_box .line .right_site a{
    color: #666666;
    font-size: 12px;
}

.content_home_5 .news_box .line .right_site a:hover{
    color:#ff0000;
}

.content_home_5 .news_box .box{
    margin-top: 30px;
}

.content_home_5 .news_box .box .first{
    width: 100%;
}

.content_home_5 .news_box .box .first .left_img{
    width: 196px;
    height: 133px;
    float: left;
}

.content_home_5 .news_box .box .first .left_img img{
    width: 100%;
    height: 100%;
}

.content_home_5 .news_box .box .first .right_msg{
    width: 350px;
    float: right;
}

.content_home_5 .news_box .box .first .right_msg .time{
    line-height: 44px;
    font-size: 16px;
}

.content_home_5 .news_box .box .first .right_msg .title{
    line-height: 28px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_home_5 .news_box .box .first .right_msg .msg{
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #a9a9a9;
    margin-top: 3px;
}

.content_home_5 .news_box .box .list{
    margin-top: 16px;
}

.content_home_5 .news_box .box .list li{
   height: 50px;
   line-height: 50px;
   background: url(../../images/img_40.jpg) no-repeat 2px center;
   padding-left: 20px;
   border-bottom: 1px dashed #efefef;
}

.content_home_5 .news_box .box .list li .title{
    width: 410px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    float: left;
}

.content_home_5 .news_box .box .list li .time{
    float: right;
    font-size: 14px;
    color: #434343;
}

/*  首页：友情链接  */
.content_home_6{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.content_home_6 .middle{
    width: 100%;
    height: 58px;
}

.content_home_6 .middle .left{
    font-size: 24px;
    line-height: 58px;
    /*color:#308df9;*/
    color:#90BF01;
    float: left;
}

.content_home_6 .middle .right{
    float: right;
    position: relative;
}

.content_home_6 .middle .left_arrows{
	position: absolute;
	left: 0px;
	top: 22px;
	width: 8px;
	height: 15px;
	background:url(../../images/img_19.png) no-repeat center center;
	cursor: pointer;
}

.content_home_6 .middle .right_arrows{
	position: absolute;
	right: 0px;
	top: 22px;
	width: 8px;
	height: 15px;
	background:url(../../images/img_20.png) no-repeat center center;
	cursor: pointer;
}

.content_home_6 .middle .box{
	width:1055px;
	height:58px;
    margin: 0 auto;
    margin-left: 15px;
    margin-right: 15px;
	overflow: hidden;
}

.content_home_6 .middle .box ul {
    position: relative;
    overflow: hidden;
}

.content_home_6 .middle li{
	float:left;
	margin-right:18px;
}

.content_home_6 .middle li.no_margin_right{
	margin-right:0;
}

.content_home_6 .middle li .txt{
    width: 89.5px;
    height: 56px;
    border: 1px solid #f8f4f1;
    padding:0 5px;
    text-align: center;
    color: #666666;

    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;

    display:table;
}

.content_home_6 .middle li .txt .in_txt{
    display:table-cell;
    vertical-align:middle;
}

.content_home_6 .middle li .img{
    width: 99.5px;
    height: 56px;
    border: 1px solid #e8e8e8;
}

.content_home_6 .middle li .img a{
    display: block;
}

.content_home_6 .middle li .img img{
    width: 100%;
    height: 100%;
}

.content_home_6 .middle li .title{
	width:264px;
	height:40px;
	line-height:40px;
    text-align:center;
	overflow:hidden;
}

.content_home_6 .middle li .title a{
	font-size:14px;
	color:#6c6c6c;
}

.content_home_6 .middle li .title a:hover{
    text-decoration: none;
    color:#ff0000;
}

/*   产品中心   */
.content_cpzc{
    width: 100%;
    padding-bottom: 28px;
}

.content_cpzc li{
    float: left;
    width: 200px;
    margin-right: 28px;
    margin-bottom: 23px;
}

.content_cpzc li .img{
    width:100%;
    height: 200px;
    border:1px solid #cccccc;
}

.content_cpzc li .img img{
    width: 100%;
    height: 100%;
}

.content_cpzc li .title{
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #666666;
    overflow: hidden;
}

.content_cpzc li .title:hover{
    color: #ff0000;
}


/*   公司环境   */
.content_gshj{
    width: 100%;
    padding-bottom: 28px;
}

.content_gshj li{
    float: left;
    width: 215px;
    margin-right: 13px;
    margin-bottom: 23px;
}

.content_gshj li .img{
    width:100%;
    height: 147px;
}

.content_gshj li .img img{
    width: 100%;
    height: 100%;
}

.content_gshj li .title{
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #666666;
}


/*   公司荣誉   */
.content_gsry{
    width: 100%;
    padding-bottom: 28px;
}

.content_gsry ul{
    width: 955px;
}

.content_gsry li{
	float:left;
	margin-right:42px;
	margin-bottom:34px;
}

.content_gsry li.no_margin_right{
	margin-right:0;
}

.content_gsry li .out_img{
	width:265px;
	height:196px;
    overflow: hidden;
    border:1px solid #d7d5c4;
}

.content_gsry li .in_img{
	width:100%;
	height:100%;
    display: table;
}

.content_gsry li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.content_gsry li .img a{
    display: block;
}

.content_gsry li .img img{
    display: block;
    margin:0 auto;
}

.content_gsry li .title{
	width:267px;
	height:50px;
	line-height:50px;
    text-align:center;
	overflow:hidden;
}

.content_gsry li .title a{
	font-size:14px;
	color:#666666;
}

.content_gsry li .title a:hover{
    text-decoration: none;
    color:#ff0000;
}



/*  联系方式  */
.content_lxfs{
    width: 100%;
}

.content_lxfs .map{
    float: left;
    margin-top: 10px;
    margin-bottom: 74px;
    width: 462px;
    height: 377px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 6px 4px #dfdfdf;
}

.content_lxfs .right{
    float: right;
    width: 396px;
    margin-right: 14px;
    padding-top: 20px;
}

.content_lxfs .company_msg{
    line-height: 37px;
    font-size: 15px;
    color:#2d2b2b;
}


/*  在线留言  */
.content_zxly .bottom_site{
    margin-top: 33px;
    padding-bottom:40px;
}

.content_zxly .bottom_site .input_box{
    width: 582px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ff7437;
    margin: 0 auto;
    margin-bottom: 20px;
    position:relative;
}

.content_zxly .bottom_site .input_box .red{
    position: absolute;
    top: 3px;
    right: -22px;
    font-size: 24px;
    color: #ff0000;
}

.content_zxly .bottom_site .key{
    margin-left: 13px;
    font-size: 16px;
    color: #777777;
    float: left;
}

.content_zxly .bottom_site .input_box .val_input{
    width: 475px;
    height: 50px;
    border:none;
    float: left;
    padding-left: 10px;
}

.content_zxly .bottom_site .input_box_area{
    width: 582px;
    height: 224px;
    line-height: 50px;
    border: 1px solid #ff7437;
    margin: 0 auto;
    margin-bottom: 20px;
    position:relative;
}

.content_zxly .bottom_site .input_box_area .val_textarea{
    width: 475px;
    height: 100%;
    line-height: 50px;
    border:none;
    float: left;
    padding-left: 10px;
}

.content_zxly .bottom_site .input_box_area .red{
    position: absolute;
    top: 3px;
    right: -22px;
    font-size: 24px;
    color: #ff0000;
}


.content_zxly .bottom_site .input_box img {
    position: absolute;
    top: 0px;
    right: -171px;
    width: 160px;
    height: 49px;
    border:1px solid #eeeeee;
}

.content_zxly .bottom_site .sub{
    width: 582px;
    height: 48px;
    background-color: #ff7537;
    color: #ffffff;
    margin: 0 auto;
    display: block;
    border: none;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
}


/*  文章列表页面：第1种  */
.content_news_list1{
    width: 100%;
    padding-bottom: 60px;
}

.content_news_list1 li{
    padding: 25px 0;
    border-bottom: 1px dashed #7b7373;
}

.content_news_list1 li a:hover{
    text-decoration: none;
}

.content_news_list1 .left{
    float: left;
    width: 287px;
    height: 170px;
}

.content_news_list1 .left .img{
    width: 100%;
    height: 100%;
}

.content_news_list1 .right{
    width: 567px;
    float: right;
    margin-right: 28px;
}

.content_news_list1 .right .title{
    font-size: 20px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_news_list1 .right .msg{
    margin-top: 9px;
    line-height: 25px;
    max-height: 100px;
    color: #474747;
    font-size: 14px;
    overflow: hidden;
}

.content_news_list1 .right .time{
    font-size: 14px;
    height: 20px;
    color: #888888;
    margin-top: 10px;
    background: url(../../images/img_45.png) no-repeat left -1px;
    padding-left: 25px;
    float: left;
}

.content_news_list1 .more{
    float: right;
    margin-top: 10px;
    font-size: 14px;
    color: #ff7437;
}


/*  文章列表页面：第2种  */
.content_news_list2{
    width: 100%;
    padding-bottom: 120px;
}

.content_news_list2 li{
    padding: 25px 0;
    border-bottom: 1px dashed #7b7373;
}

.content_news_list2 li .fline{
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.content_news_list2 li .fline .title{
    font-size: 20px;
    float: left;
    background: url(../../images/img_46.png) no-repeat 1px center;
    padding-left: 12px;
    width: 780px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_news_list2 li .fline .time{
    font-size: 14px;
    color: #474747;
    background: url(../../images/img_45.png) no-repeat left 7px;
    padding-left: 25px;
    margin-right: 10px;
    float: right;
}

.content_news_list2 li .msg{
    margin-top: 9px;
    line-height: 25px;
    color: #7a7a7a;
    font-size: 14px;
}

.content_news_list2 li .images{
    margin-top: 15px;
}

.content_news_list2 li .images .img{
    display: inline-block;
    width: 178px;
    height: 97px;
    margin-right: 20px;
}

.content_news_list2 li .images .img img{
    width: 100%;
    height: 100%;
}



/*  文章详情区  */
.content_article_detail{
    width: 94%;
	margin:0 auto;
    padding-top: 40px;
    padding-bottom: 25px;
}

.content_article_detail_nodata{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
}


/*  新闻详情页 的样式  */
.across_line_blank_1{
    width: 100%;
    height: 11px;
}

.across_line_blank_2{
    width: 100%;
    height: 45px;
}

.article_content {
    margin: 0 auto;
	margin-top:26px;
	margin-bottom:50px;
    width: 100%;
    min-height: 400px;
}

.article_content .content {
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
}

.article_content .content .title {
    width: 100%;
	line-height:40px;
    text-align: center;
    font-size: 26px;
    margin: 0 auto;
	color: #222222;
}

.article_content .content .args{
    width: 100%;
    text-align: center;
    height:60px;
	line-height:60px;
}

.article_content .content .args span{
    margin-right: 19px;
}

.article_content .content .time{
    text-align: center;
	line-height:45px;
	color:#595757;
}

.article_content .content .across_line{
    width:100%;
	height:1px;
	/*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
	border-bottom:1px dashed #ddd;
	margin:7px 0 32px 0;
}

.article_content .content .across_line_2{
    width:100%;
	height:1px;
	/*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
	border-bottom:1px dashed #ddd;
	margin:7px 0 0 0;
}

.article_content .content .across_line_3{
    width:100%;
	height:1px;
	border-bottom:1px solid #ddd;
	margin-top:60px;
}

.article_content .content img {
    max-width: 100%;
    text-align: center;
}



/*  单页栏目的样式  */
.single_content {
    margin: 0 auto;
	margin-top:25px;
	margin-bottom:50px;
    width: 100%;
    min-height: 360px;
}

.single_content .content {
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
}

.single_content .content .across_line{
    width:100%;
	height:1px;
	/*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
	border-bottom:1px dashed #ddd;
	margin:7px 0 32px 0;
}

.single_content .content .across_line_2{
    width:890px;
	height:1px;
	/*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
	border-bottom:1px dashed #ddd;
	margin:17px auto 0;
}

.single_content .content .across_line_3{
    width:100%;
	height:1px;
	border-bottom:1px solid #ddd;
	margin-top:60px;
}

.single_content .content .across_line_4{
    width:100%;
    height:1px;
    border-bottom:1px dashed #ddd;
    margin:17px auto 0;
}

.single_content .content img {
    max-width: 100%;
    text-align: center;
}


/*  没有内容的区域  */
.no_content{
    width:100%;
	min-height:400px;
}

.no_content_msg {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 6px 0;
	color:#595757;
	margin-left:15px;
	letter-spacing:0.5px;
}

.no_content .no_content_msg .across_line_4{
    width:98%;
	height:1px;
	border-bottom:1px dashed #ddd;
	margin:7px 0 0 0;
}

.no_content_msg  .tips_img{
 	float:left;
	margin-top:12.5px;
    margin-right:5px;
	line-height:20px;
}

.no_content_msg .tips_img img{
    width:25px;
	height:25px;
}

.no_content_msg .txt{
	float:left;
	font-size:18px;
}


/*  “产品中心”2区   */
.content_cpzx2{
    width:100%;
	padding-top:21px;
	padding-bottom:28px;
}

.content_cpzx2 .path{
    margin-top:15px;
    margin-bottom:15px;
	background: url(../../images/img_95.png) no-repeat 0 6px;
	padding-left: 23px;
	height:25px;
	line-height:25px;
	color: #585858;
	font-size:16px;
}

.content_cpzx2 .path a {
    color: #585858;
}

.content_cpzx2 .middle{
    width:100%;
	margin-top:30px;
	margin-bottom:33px;
}

.content_cpzx2 .middle .product_name{
    margin-left: 52px;
    line-height: 65px;
    font-size: 26px;
    color:#333333;
}

.content_cpzx2 .middle .focus_top{
    width:100%;
}

.content_cpzx2 .middle .middle_right{
    width:368px;
	/*height:460px;*/
	/*background:url(../../images/img_93.png) no-repeat;*/
	float:right;
}

.content_cpzx2 .middle .middle_right .title{
    height:38px;
	line-height:38px;
	border-left:7px solid #007cf0;
	background-color:#efeff0;
	padding-left:12px;
    color:#007cf0;
	font-size:18px;
	letter-spacing:1px;
}

.content_cpzx2 .middle .middle_right .msg{
    padding:10px 19px 20px 19px;
	font-size:14px;
	line-height:25px;
	color:#595757;
}

.content_cpzx2 .middle .left_arrows{
    float:left;
	margin-top:207px;
	margin-right:25px;
    width:27px;
	height:46px;
	background:url(../../images/left_arrows.png) no-repeat;
}

.content_cpzx2 .middle .left_arrows:hover{
	background:url(../../images/left_arrows_blue.png) no-repeat;
}

.content_cpzx2 .middle .right_arrows{
    float:right;
	margin-top:207px;
	margin-left:25px;
    width:27px;
	height:46px;
	background:url(../../images/right_arrows.png) no-repeat;
}

.content_cpzx2 .middle .right_arrows:hover{
	background:url(../../images/right_arrows_blue.png) no-repeat;
}

.content_cpzx2 .middle .middle_line{
    width:100%;
	height:1px;
	background-color:#ffffff;
	opacity: 0.8;
	margin-top:20px;
	clear:both;
}


/*  发展历程  */
.content_fzlc{
    margin-top:20px;
    width:100%;
	height:1140px;
    background:url(../../images/img_56.jpg) no-repeat;
	background-size:100% 100%;
	padding-top:60px;
}

.content_fzlc .content{
    margin-left: 130px;
}


/*  栏目简介  */
.column_description{
    /*font-size:18px;
	line-height:27px;
	color:#616161;*/
	margin-bottom:35px;
}